FeatureOrBuilder

interface FeatureOrBuilder : MessageLiteOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getDefaultInstanceForType(): MessageLite
Link copied to clipboard
abstract fun getGeometry(index: Int): Int
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
abstract fun getGeometryCount(): Int
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
abstract fun getGeometryList(): List<Integer>
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in 
section 4.3 of the specification.
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
abstract fun getId(): Long
optional uint64 id = 1 [default = 0];
Link copied to clipboard
abstract fun getTags(index: Int): Int
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
abstract fun getTagsCount(): Int
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
abstract fun getTagsList(): List<Integer>
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
The type of geometry stored in this feature.
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];
Link copied to clipboard
abstract fun hasId(): Boolean
optional uint64 id = 1 [default = 0];
Link copied to clipboard
abstract fun hasType(): Boolean
The type of geometry stored in this feature.
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];
Link copied to clipboard
abstract fun isInitialized(): Boolean